'Declaration Public Overloads Overridable Sub Append<TThe content element type.>( _
ByVal contentИнформация о содержимом.As System.Collections.Generic.IEnumerable(Of T) _
) (Of TThe content element type.As OpenXmlContentInfo)
public virtual void Append<T>(
System.Collections.Generic.IEnumerable<T> content
) where T: OpenXmlContentInfo
public: virtual void Append<T>(
System.Collections.Generic.IEnumerable<T*>* content
) where T: OpenXmlContentInfo*
generic<typename T> public:
virtual void Append(
System.Collections.Generic.IEnumerable<T^>^ content
) where T: OpenXmlContentInfo^
Parameters
- content
- Информация о содержимом.
Type Parameters
- T
- The content element type.